| Modifier and Type | Method and Description |
|---|---|
ResultCode |
ATx88Reader.defaultParameter() |
ResultCode |
ATx88Reader.loadStoredData() |
ResultCode |
ATx88Reader.removeAllStoreadData() |
ResultCode |
ATx88Reader.reset() |
ResultCode |
ATx88Reader.saveStoredData(StoredDataList datas) |
| Modifier and Type | Method and Description |
|---|---|
void |
ATx88Reader.onActionChanged(ResultCode code,
ActionType action,
java.lang.Object params) |
| Modifier and Type | Method and Description |
|---|---|
ResultCode |
ATException.getCode()
Returns fault and motion results.
|
| Constructor and Description |
|---|
ATException(ResultCode code)
Constructs an instance of ATException.
|
| Modifier and Type | Method and Description |
|---|---|
ResultCode |
ATBarcode.startDecode()
Instruct the instrument to read the bar code.
|
ResultCode |
ATBarcode.stop()
Instructs the Device to stop the operation being performed.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ResultCode |
ATRfidUhf.inventory6b()
Device instructs to inventory the RFID UHF tag of ISO18000-6c Gen2 standard.
|
abstract ResultCode |
ATRfidUhf.inventory6c()
Device instructs to inventory the RFID UHF tag of ISO18000-6c Gen2 standard.
|
abstract ResultCode |
ATRfidUhf.kill6c(java.lang.String password)
Device instructs the RFID UHF tag of ISO18000-6c Gen2 specification to be no longer available.
|
abstract ResultCode |
ATRfidUhf.lock6b(com.atid.lib.module.rfid.uhf.params.Lock6bParam param,
java.lang.String password)
Instructs the Device to lock or unlock the RFID UHF tag of ISO18000-6b Gen2 specification.
|
abstract ResultCode |
ATRfidUhf.lock6c(Lock6cParam param,
java.lang.String password)
Instructs the Device to lock or unlock the RFID UHF tags of the ISO18000-6c Gen2 standard.
|
abstract ResultCode |
ATRfidUhf.permaLock6c(PermaLock6cParam param,
java.lang.String password)
Device instructs the RFID UHF tag of ISO18000-6c Gen2 specification to perform a permanent lock.
|
abstract ResultCode |
ATRfidUhf.readMemory6b(int offset,
int length,
java.lang.String password)
Device instructs to read specific memory of RFID UHF tag of ISO18000-6b Gen2 standard.
|
abstract ResultCode |
ATRfidUhf.readMemory6c(BankType bank,
int offset,
int length,
java.lang.String password)
Device instructs to read specific memory of RFID UHF tag of ISO18000-6c Gen2 standard.
|
abstract ResultCode |
ATRfidUhf.stop()
Instructs the Device to stop the operation being performed.
|
abstract ResultCode |
ATRfidUhf.writememory6b(int offet,
java.lang.String data,
java.lang.String password)
Device instructs to store data in a specific memory of RFID UHF tag of ISO18000-6b Gen2 standard.
|
abstract ResultCode |
ATRfidUhf.writeMemory6c(BankType bank,
int offset,
java.lang.String data,
java.lang.String password)
Device instructs to store data in a specific memory of RFID UHF tag of ISO18000-6c Gen2 standard.
|
| Modifier and Type | Method and Description |
|---|---|
ResultCode |
ATRfidUhfATM.inventory6b() |
ResultCode |
ATRfidUhfATM.inventory6c() |
ResultCode |
ATRfidUhfATM.kill6c(java.lang.String password) |
ResultCode |
ATRfidUhfATM.lock6b(com.atid.lib.module.rfid.uhf.params.Lock6bParam param,
java.lang.String password) |
ResultCode |
ATRfidUhfATM.lock6c(Lock6cParam param,
java.lang.String password) |
ResultCode |
ATRfidUhfATM.permaLock6c(PermaLock6cParam param,
java.lang.String password) |
ResultCode |
ATRfidUhfATM.readMemory6b(int offset,
int length,
java.lang.String password) |
ResultCode |
ATRfidUhfATM.readMemory6c(BankType bank,
int offset,
int length,
java.lang.String password) |
ResultCode |
ATRfidUhfATM.stop() |
ResultCode |
ATRfidUhfATM.writememory6b(int offet,
java.lang.String data,
java.lang.String password) |
ResultCode |
ATRfidUhfATM.writeMemory6c(BankType bank,
int offset,
java.lang.String data,
java.lang.String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
ATRfidUhfATM.onAccessResult(ResultCode code,
ActionType action,
java.lang.String epc,
java.lang.String data,
java.lang.Object params) |
| Modifier and Type | Method and Description |
|---|---|
void |
IATRfidUhfEventListener.onRfidUhfAccessResult(ATRfidUhf uhf,
ResultCode code,
ActionState action,
java.lang.String epc,
java.lang.String data,
java.lang.Object params)
It is called when the device receives the result of executing the functions of Read Memory, Write Memory, Lock and so on.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ResultCode |
ATEAReader.defaultParameter()
Reset all attributes of the device to default values.
|
ResultCode |
ATEAReader.getLastError() |
abstract ResultCode |
ATEAReader.loadStoredData()
Read the data stored in the device.
|
abstract ResultCode |
ATEAReader.removeAllStoreadData()
Deletes all data stored in the device.
|
abstract ResultCode |
ATEAReader.reset()
Reset the device.
|
abstract ResultCode |
ATEAReader.saveStoredData(StoredDataList datas)
Store tag data or barcode data on the instrument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ATEAReader.setLastError(ResultCode code) |
| Modifier and Type | Method and Description |
|---|---|
void |
IATEAReaderEventListener.onReaderActionChanged(ATEAReader reader,
ResultCode code,
ActionState action,
java.lang.Object params)
Called when the operational state of the Device associated with the ATEAReader instance changes.
|
| Modifier and Type | Method and Description |
|---|---|
static ResultCode |
ResultCode.valueOf(int code) |
static ResultCode |
ResultCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResultCode[] |
ResultCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|